Apply 1 suggestion(s) to 1 file(s)
authorMatthias Clasen <mclasen@redhat.com>
Tue, 8 Jun 2021 12:59:57 +0000 (12:59 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 8 Jun 2021 12:59:57 +0000 (12:59 +0000)
gtk/gtktreeview.c

index bc91b7f83ebc7bd4e157f3e06afe69f129d611b2..089575623460a87ea383cb1ed3ccd2cddd8ea723 100644 (file)
@@ -1172,7 +1172,7 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
    * The "row-activated" signal is emitted when the method
    * gtk_tree_view_row_activated() is called.
    *
-   * It is called when the user double-clicks a treeview row with the
+   * This signal is emitted when the user double-clicks a treeview row with the
    * [property@Gtk.TreeView:activate-on-single-click] property set to %FALSE,
    * or when the user single-clicks a row when that property set to %TRUE.
    *